MSM Merge Modules in Visual Studio 2013 [on hold]
        Posted  
        
            by 
                theGreenCabbage
            
        on Programmers
        
        See other posts from Programmers
        
            or by theGreenCabbage
        
        
        
        Published on 2013-11-01T13:55:52Z
        Indexed on 
            2013/11/01
            16:19 UTC
        
        
        Read the original article
        Hit count: 283
        
c#
|visual-studio
Could someone please let me know where I might find resources for creating MSM files? While I am able to create MSI files using InstallShield, it seems that Visual Studio no longer supports Merge Module Projects, judging by the link below and the screenshot of my version of Visual Studio 2013 - http://msdn.microsoft.com/en-us/library/z6z02ts5(v=vs.80).aspx

To create a new merge module project:
- On the File menu, point to Add, then click New Project.
 - In the resulting Add New Project dialog box, in the Project types pane, open the Other Project Types node and select Setup and Deployment Projects.
 - In the Templates pane, choose Merge Module Project.
 
© Programmers or respective owner